home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / az / cyberx.dxr / 00308_VUELTA PANIC VENTANA.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  393 b   |  24 lines

  1. on exitFrame
  2.   sound stop 1
  3.   sound stop 2
  4.   go(the frame)
  5. end
  6.  
  7. on mouseUp
  8.   global full_video, objeto_nik
  9.   if full_video = 1 then
  10.     go("VIDEO COMPLETO VENTANA")
  11.   else
  12.     go("VIDEO NORMAL VENTANA" & objeto_nik)
  13.   end if
  14. end
  15.  
  16. on keyUp
  17.   global full_video, objeto_nik
  18.   if full_video = 1 then
  19.     go("VIDEO COMPLETO VENTANA")
  20.   else
  21.     go("VIDEO NORMAL VENTANA" & objeto_nik)
  22.   end if
  23. end
  24.